home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
4_0
/
VIVIDUS
/
QD3D.SIT
/
qd3d
/
Qd3dErr.h
< prev
next >
Wrap
Text File
|
1991-10-04
|
215b
|
10 lines
// Error codes (indices into Qd3dStr Str# resource).
enum {
kNoGWorld = 1,
kNoChangeGWorld,
kCantLockPM,
kNoQDEnviron, // qd3d only (exception)
kZBuffBadScale // qd3d only (exception)
};
#define Qd3dStr 1050